home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
appl
/
solve.sit
/
Motion Equations
< prev
next >
Wrap
Text File
|
1987-04-23
|
213b
|
6 lines
{ Galileo's equations of motion for a falling body. }
precision = 5
position = initial_velocity * time + acceleration * (time ^ 2) / 2
velocity = initial_velocity + acceleration * time
acceleration = -32 {ft/s^2}